home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / test / litoct.awk < prev    next >
Encoding:
Text File  |  1995-08-14  |  55 b   |  2 lines

  1. { if (/a\52b/) print "match" ; else print "no match" }
  2.